(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/icon.h>
UBYTE * BumpRevision()
SYNOPSIS
UBYTE * newname
UBYTE * oldname
LOCATION
In IconBase at offset 18
FUNCTION
Computes the right copy revision for a file name.
INPUTS
newname
a buffer for the new string. Should be at leas 31 bytes.
oldname
the old name to be revisioned.
RESULT
pointer to the supplied buffer.o
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
04.02.1997 digulla
Use snprintf() to create the new name
03.02.1997 digulla
New library icon.library by N.H. Lorentzen